home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / libevent-1.4-2 / copyright
Encoding:
Text File  |  2009-11-21  |  3.6 KB  |  78 lines

  1. This package was debianized by Simon Law <sfllaw@debian.org> on
  2. Tue, 30 Jul 2002 02:30:23 -0400.
  3.  
  4. It was downloaded from http://www.monkey.org/~provos/libevent/
  5.  
  6. Upstream Author: Niels Provos <provos@citi.umich.edu>
  7.  
  8. Copyright:
  9.  
  10. This program is licensed under the BSD license.  In addition, it links
  11. to an error handling library that is also covered the BSD license.
  12.  
  13.     Both licenses are reproduced below.
  14.  
  15. /*
  16.  * Copyright 2000-2002 Niels Provos <provos@citi.umich.edu>
  17.  * All rights reserved.
  18.  *
  19.  * Redistribution and use in source and binary forms, with or without
  20.  * modification, are permitted provided that the following conditions
  21.  * are met:
  22.  * 1. Redistributions of source code must retain the above copyright
  23.  *    notice, this list of conditions and the following disclaimer.
  24.  * 2. Redistributions in binary form must reproduce the above copyright
  25.  *    notice, this list of conditions and the following disclaimer in the
  26.  *    documentation and/or other materials provided with the distribution.
  27.  * 3. The name of the author may not be used to endorse or promote products
  28.  *    derived from this software without specific prior written permission.
  29.  *
  30.  * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
  31.  * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  32.  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  33.  * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
  34.  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
  35.  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  36.  * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  37.  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  38.  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
  39.  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  40.  */
  41.  
  42. /*
  43.  * log.c
  44.  *
  45.  * Based on err.c, which was adapted from OpenBSD libc *err* *warn* code.
  46.  *
  47.  * Copyright (c) 2005 Nick Mathewson <nickm@freehaven.net>
  48.  *
  49.  * Copyright (c) 2000 Dug Song <dugsong@monkey.org>
  50.  *
  51.  * Copyright (c) 1993
  52.  *    The Regents of the University of California.  All rights reserved.
  53.  *
  54.  * Redistribution and use in source and binary forms, with or without
  55.  * modification, are permitted provided that the following conditions
  56.  * are met:
  57.  * 1. Redistributions of source code must retain the above copyright
  58.  *    notice, this list of conditions and the following disclaimer.
  59.  * 2. Redistributions in binary form must reproduce the above copyright
  60.  *    notice, this list of conditions and the following disclaimer in the
  61.  *    documentation and/or other materials provided with the distribution.
  62.  * 3. Neither the name of the University nor the names of its contributors
  63.  *    may be used to endorse or promote products derived from this software
  64.  *    without specific prior written permission.
  65.  *
  66.  * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  67.  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  68.  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  69.  * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  70.  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  71.  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  72.  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  73.  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  74.  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  75.  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  76.  * SUCH DAMAGE.
  77.  */
  78.